home *** CD-ROM | disk | FTP | other *** search
/ Tecnología informática 3 / 020506_1014.mdf / Unidad 08 Comunicaciones / Futuris Imager / imager.exe / webload.dll / 0 / RCDATA / TFRMLOAD / TFRMLOAD.txt
Text File  |  2002-01-04  |  1KB  |  53 lines

  1. object frmLoad: TfrmLoad
  2.   Left = 192
  3.   Top = 107
  4.   ActiveControl = btnCancel
  5.   BorderStyle = bsDialog
  6.   Caption = 'Downloading...'
  7.   ClientHeight = 32
  8.   ClientWidth = 274
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblCurrent: TLabel
  22.     Left = 5
  23.     Top = 10
  24.     Width = 137
  25.     Height = 13
  26.     Caption = 'Starting download process... '
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 195
  30.     Top = 4
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Cancel'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = btnCancelClick
  37.   end
  38.   object http: THttpCli
  39.     ProxyPort = '80'
  40.     Agent = 'Mozilla/3.0 (compatible)'
  41.     Accept = 'image/gif, image/jpeg, image/pjpeg, image/png'
  42.     NoCache = False
  43.     ContentTypePost = 'application/x-www-form-urlencoded'
  44.     MultiThreaded = False
  45.     OnDocBegin = httpDocBegin
  46.     OnDocData = httpDocData
  47.     OnDocEnd = httpDocEnd
  48.     OnRequestDone = httpRequestDone
  49.     Left = 5
  50.     Top = 83
  51.   end
  52. end
  53.